home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Apprendre / Trainers / id82.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(keyPress a).as next >
Text File  |  2001-10-25  |  133b  |  8 lines

  1. on(keyPress "a"){
  2.    if(Number(IncorrectDisplay) == Number(false))
  3.    {
  4.       SelectedNote = 2;
  5.       gotoAndStop(20);
  6.    }
  7. }
  8.